Skip to content

chore: release main#3

Open
git-quickbeam[bot] wants to merge 1 commit intomainfrom
release-please--branches--main
Open

chore: release main#3
git-quickbeam[bot] wants to merge 1 commit intomainfrom
release-please--branches--main

Conversation

@git-quickbeam
Copy link
Copy Markdown

@git-quickbeam git-quickbeam bot commented Mar 14, 2026

Release Notes

forge-github: 0.0.1-alpha.1

0.0.1-alpha.1 (2026-04-02)

Features

  • Add --anchor-path, --anchor-start, --anchor-end CLI flags (0a213af)
  • Add forge config add for manual provider entries (8f8c9e2)
  • Add forge config init with remote URL auto-detection (8f8c9e2)
  • Add forge config list and forge config remove (8f8c9e2)
  • Add forge config CLI for provider management (8f8c9e2)
  • Add forge_github::import module with import_issues (3cdc69c)
  • Add GitHubSyncConfig with read/write against refs/forge/config (2d187ea)
  • Add Store::create_issue_imported with author and source/url (3cdc69c)
  • Add SyncReport type (3cdc69c)
  • Add build_comment_tree (body/anchor/context/anchor-content) (00b96f3)
  • Add comment support (bec6db0)
  • Add comment support (d1dc0ff)
  • Add comment_thread_ref, Comment-Id trailer key (00b96f3)
  • Add comments to LSP and MCP (bec6db0)
  • Add config support (8b0383d)
  • Add context_lines and thread_id fields to Comment (00b96f3)
  • Add contributor configuration support (220079b)
  • Add create_thread, reply_to_thread, resolve_thread, edit_in_thread (00b96f3)
  • Add discover_github_configs to enumerate configured remotes (86911da)
  • Add Draft and Merged states to ReviewState (7359284)
  • Add export_issue_comments to export.rs (4c4bdd2)
  • Add find_threads_by_object, rebuild_comments_index, index_lookup (00b96f3)
  • Add forge-github comment tests (import, export, roundtrip) (4c4bdd2)
  • Add forge-github config, sync state, and GitHub client (2d187ea)
  • Add forge-nvim (220079b)
  • Add git-data dependencies (9a64d34)
  • Add GitHub client methods for pull requests and review comments (4fbe834)
  • Add GitHub comment import/export and tests (Phase 2.5–2.8) (4c4bdd2)
  • Add GitHub export for reviews and review comments (2f23fc3)
  • Add GitHub import for reviews and review comments (b37f639)
  • Add GitHubAdapter implementing RemoteSync in forge-github (86911da)
  • Add import_issue_comments to import.rs (4c4bdd2)
  • Add list_thread_comments, list_all_thread_ids (00b96f3)
  • Add RemoteSync trait and SyncReport to git-forge (86911da)
  • Add review support (220079b)
  • Add sync-state map with read/write against refs/forge/sync/github/<owner>/<repo> (2d187ea)
  • Add SyncReport.unexportable field (2426f11)
  • Add test scaffolding with MockClient, test_repo, and helpers (1e47d18)
  • Add thin octocrab wrapper with issue fetch/create/update and comment create (2d187ea)
  • Add v2 comment thread API (00b96f3)
  • Add Zed extension (aa48243)
  • Enumerate all commits in range for objects/ manifest (7359284)
  • Extend forge-server sync loop for reviews and comments (04fd7b7)
  • Implement forge-server sync daemon (step 1.9) (86911da)
  • Implement GitHub issue export (step 1.8) (f0c5cc9)
  • Implement GitHub issue import (step 1.7) (3cdc69c)
  • Per-OID approvals keyed by contributor UUID (7359284)
  • Refactor contributors (946cd63)
  • Refactor reviews (946cd63)
  • Rewrite review entity layout with Draft/Merged states and per-OID approvals (7359284)
  • Scaffold forge-server crate with sync loop (86911da)

Bug Fixes

  • Add path field to Anchor::Object; fix dead-code export path (0a213af)
  • Address adversarial code review findings across review subsystem (0a213af)
  • Pass None author to Ledger::create in create_issue (3cdc69c)
  • Pass review state at creation, not as post-create update (0a213af)
  • Pin tree entries reference actual object OIDs (0a213af)
  • Rebuild sigil subtree from scratch in write_github_config (72919a7)
  • Require --entity group in comment commands at parse time (0a213af)
  • Skip unexportable reviews instead of sending raw OIDs to GitHub (2426f11)
  • Store base SHA in review target and head ref as source_ref (0a213af)
  • Use merged_at instead of merged in GhPull for list API compatibility (ba1663c)
  • Validate --head resolves to a git object before creating review (0a213af)

Miscellaneous Chores

forge-lsp: 0.0.1

Dependencies

forge-mcp: 0.0.1-alpha.1

0.0.1-alpha.1 (2026-04-02)

Features

  • Add approved_oids() Store method; update coverage to use it (8b984df)
  • Add build_comment_tree (body/anchor/context/anchor-content) (00b96f3)
  • Add comment support (bec6db0)
  • Add comment support (d1dc0ff)
  • Add comment_thread_ref, Comment-Id trailer key (00b96f3)
  • Add comments to LSP and MCP (bec6db0)
  • Add context_lines and thread_id fields to Comment (00b96f3)
  • Add contributor configuration support (220079b)
  • Add create_issue tool to forge-mcp (b58ec44)
  • Add create_issue, update_issue, and update_review MCP tools (b58ec44)
  • Add create_review and approve_review MCP tools (8b984df)
  • Add create_thread, reply_to_thread, resolve_thread, edit_in_thread (00b96f3)
  • Add find_threads_by_object, rebuild_comments_index, index_lookup (00b96f3)
  • Add forge review merge subcommand (8b984df)
  • Add forge-mcp crate scaffolding (1e3e310)
  • Add forge-nvim (220079b)
  • Add git-data dependencies (9a64d34)
  • Add list_issue_comments MCP tool (Phase 2.3) (398c6c9)
  • Add list_issues and get_issue MCP tools (c7ce8d2)
  • Add list_thread_comments, list_all_thread_ids (00b96f3)
  • Add MCP issue tools to forge-mcp (c7ce8d2)
  • Add MCP prompts to forge-mcp for slash command support (ddaa0eb)
  • Add MCP read tools for reviews and review comments (0c5248f)
  • Add path argument to forge review approve for single-object approval (8b984df)
  • Add review support (220079b)
  • Add update_issue tool to forge-mcp (b58ec44)
  • Add update_review tool to forge-mcp (b58ec44)
  • Add v2 comment thread API (00b96f3)
  • Add Zed extension (aa48243)
  • Approved_oids scan, review merge command, path-based approve, MCP review tools (8b984df)
  • Phase 9 — replace MCP comment tools with v2 API (7375a96)
  • Refactor contributors (946cd63)
  • Refactor reviews (946cd63)

Bug Fixes

  • Treat empty state arg as absent in list-issues prompt (21925e0)

Miscellaneous Chores

forge-server: 0.0.1-alpha.1

0.0.1-alpha.1 (2026-04-02)

Features

  • Add comment support (bec6db0)
  • Add comments to LSP and MCP (bec6db0)
  • Add contributor configuration support (220079b)
  • Add discover_github_configs to enumerate configured remotes (86911da)
  • Add forge-nvim (220079b)
  • Add GitHubAdapter implementing RemoteSync in forge-github (86911da)
  • Add refs/forge/index/comments-by-comment (comment OID → thread UUID) (820bfb1)
  • Add RemoteSync trait and SyncReport to git-forge (86911da)
  • Add review support (220079b)
  • Add SyncReport.unexportable field (2426f11)
  • Add Zed extension (aa48243)
  • Extend forge-server sync loop for reviews and comments (04fd7b7)
  • Forge-server rebuilds the full index after each sync pass (820bfb1)
  • Implement forge-server sync daemon (step 1.9) (86911da)
  • Remove thread ID from comment subcommands; incremental index writes (820bfb1)
  • Scaffold forge-server crate with sync loop (86911da)
  • Update both indexes incrementally on every comment write (820bfb1)

Bug Fixes

  • Skip unexportable reviews instead of sending raw OIDs to GitHub (2426f11)

Miscellaneous Chores

git-forge: 0.0.1-alpha.1

0.0.1-alpha.1 (2026-04-02)

Features

  • add-email, remove-email contributor subcommands (941f008)
  • add-key, remove-key contributor subcommands (941f008)
  • add-name, remove-name contributor subcommands (941f008)
  • add-role, remove-role contributor subcommands (941f008)
  • Replaces: trailer for non-destructive edits (8e13aea)
  • Accept --name and --email on forge contributor add (58ed3da)
  • Accept body content from --file or stdin pipe (070b0cd)
  • Accept zero-padded IDs in issue lookup (1a32ac0)
  • Add --anchor and --range flags to comment commands (025ac8b)
  • Add --anchor-path, --anchor-start, --anchor-end CLI flags (0a213af)
  • Add --fetch flag (3c0b008)
  • Add --interactive flag to issue new and edit (0df3719)
  • Add --no-fetch flag (3c0b008)
  • Add --no-push flag and fetch/push forge refs on mutations (e5b43e0)
  • Add --toolchains CLI arg to hearth and git-forge (e83469f)
  • Add [project] section to environment.toml with configurable default env (9466df6)
  • Add --allow-dirty global flag (a055f32)
  • Add --file/-f flag to issue new, issue edit, comment add, comment reply, comment resolve (070b0cd)
  • Add --global flag to write to ~/.gitconfig instead of .git/config (fb69390)
  • Add --interactive to comment add, comment reply, comment resolve (30f6e88)
  • Add --interactive to review new, review edit (30f6e88)
  • Add --object flag to comment add/reply/resolve/list (4630f5c)
  • Add --path as sugar for --head HEAD:<path> on review new (a055f32)
  • Add --path flag and dirty-worktree guard to reviews (a055f32)
  • Add --path flag to comment list (795767f)
  • Add --path sugar for comment add, reply, and resolve (b2bf773)
  • Add --platform and --id filters to issue list (4ef54d6)
  • Add --state filter to comment list (8e09de0)
  • Add --title flag to review new and issue new (30f6e88)
  • Add active_review() worktree context detection (276113d)
  • Add comment list --all (8e09de0)
  • Add comment list --all with --state filter (8e09de0)
  • Add config contributor {add,list,remove} CLI subcommands (bd13fb8)
  • Add contributor edit with interactive field picker (0757bd4)
  • Add contributor init with bootstrap-or-add semantics (0757bd4)
  • Add contributor_add, contributor_list, contributor_remove to Executor (bd13fb8)
  • Add forge config add for manual provider entries (8f8c9e2)
  • Add forge config init with remote URL auto-detection (8f8c9e2)
  • Add forge config list and forge config remove (8f8c9e2)
  • Add forge config CLI for provider management (8f8c9e2)
  • Add forge review checkout subcommand (276113d)
  • Add forge_github::import module with import_issues (3cdc69c)
  • Add git forge comment (new, reply, view, edit) (8e13aea)
  • Add git forge comment subcommand with full CRUD and anchor support (8e13aea)
  • Add git forge install to configure forge refspecs (fb69390)
  • Add input::resolve_body() helper for content resolution (070b0cd)
  • Add Install variant to top-level Commands (fb69390)
  • Add migrate_comment() for cross-chain writes (c8dba06)
  • Add migrated_from field to Comment (c8dba06)
  • Add Migrated-From to known trailer keys (c8dba06)
  • Add Migrated-From trailer and migrate_comment() to comment system (c8dba06)
  • Add retarget_review() to Store and Executor (1ced0d1)
  • Add Retarget CLI subcommand under review (1ced0d1)
  • Add review retarget command with carry-forward comment migration (1ced0d1)
  • Add review_comment_chain_ref() for blob-vs-review routing (76429eb)
  • Add Store::create_issue_imported with author and source/url (3cdc69c)
  • Add SyncReport type (3cdc69c)
  • Add access module with Contributors and AccessPolicy traits (6b84719)
  • Add annotations module with Comments and Approvals traits (84d4127)
  • Add approve and unapprove subcommands to review CLI (8f7516e)
  • Add approved_oids() Store method; update coverage to use it (8b984df)
  • Add build_comment_tree (body/anchor/context/anchor-content) (00b96f3)
  • Add checks module with CheckDefinitions and CheckResults traits (60f7c91)
  • Add cli and exe features to git-forge Cargo.toml (7f0edb3)
  • Add CLI review commands and extend comment commands for reviews (0316b93)
  • Add cli.rs with Cli, Command, and IssueCommand clap definitions (7f0edb3)
  • Add comfy-table dependency (cli feature only) (1a32ac0)
  • Add comment chains for issues (Phase 2.1–2.2) (4223dbf)
  • Add comment support (bec6db0)
  • Add comment support (d1dc0ff)
  • Add comment types, trailer helpers, and chain operations (4223dbf)
  • Add comment_thread_ref, Comment-Id trailer key (00b96f3)
  • Add comments bench harness stub (31c339f)
  • Add comments to LSP and MCP (bec6db0)
  • Add COMMENTS_PREFIX and COMMENTS_INDEX ref constants (97eba30)
  • Add config support (8b0383d)
  • Add context_lines and thread_id fields to Comment (00b96f3)
  • Add contributor config and wire into review approvals (bd13fb8)
  • Add contributor configuration support (220079b)
  • Add contributor edit and remove subcommands (2c6dd59)
  • Add contributor module with create/list/get/rename/bootstrap ops (780b514)
  • Add contributor registry (b6dc1ca)
  • Add counters module with EntityCounter trait (3e877df)
  • Add create_comment, reply_comment, resolve_comment_thread, (aa51650)
  • Add create_review and approve_review MCP tools (8b984df)
  • Add create_thread, reply_to_thread, resolve_thread, edit_in_thread (00b96f3)
  • Add discover_github_configs to enumerate configured remotes (86911da)
  • Add Draft and Merged states to ReviewState (7359284)
  • Add enforcement module with MergeGate and Queue traits (ff2c213)
  • Add entities module with Issues and Reviews traits (6875053)
  • Add Error::Interrupted for cancelled prompts (0df3719)
  • Add exe.rs with Executor and run() dispatch for issue commands (7f0edb3)
  • Add find_threads_by_object, rebuild_comments_index, index_lookup (00b96f3)
  • Add forge CLI with cli/exe feature split (7f0edb3)
  • Add forge comment CLI commands (Phase 2.4) (4497a67)
  • Add forge review merge subcommand (8b984df)
  • Add forge-nvim (220079b)
  • Add git forge sync command (cb0a545)
  • Add git-data dependencies (9a64d34)
  • Add git-forge-comment dependency to git-forge (31c339f)
  • Add git-forge-comment to workspace dependencies (31c339f)
  • Add GitHub import for reviews and review comments (b37f639)
  • Add GitHubAdapter implementing RemoteSync in forge-github (86911da)
  • Add inquire dependency for interactive prompts (0df3719)
  • Add integration tests for comment CRUD and threading (4223dbf)
  • Add interactive mode to issue new and edit with TTY auto-detection (0df3719)
  • Add interactive mode to reviews and comments (30f6e88)
  • Add interactive.rs with prompt_new_issue and prompt_edit_issue (0df3719)
  • Add issue CRUD backed by git-ledger (0148081)
  • Add library target to git-forge (d13a033)
  • Add list_thread_comments, list_all_thread_ids (00b96f3)
  • Add man generation (ea319f1)
  • Add names/ and emails/ subtrees to contributor model (58ed3da)
  • Add names/ and emails/ subtrees to contributor tree layout (58ed3da)
  • Add path argument to forge review approve for single-object approval (8b984df)
  • Add refs/forge/index/comments-by-comment (comment OID → thread UUID) (820bfb1)
  • Add releases module with Releases trait (4c7d1db)
  • Add RemoteSync trait and SyncReport to git-forge (86911da)
  • Add review approvals and review files subcommand (8f7516e)
  • Add review checkout via worktree and implicit review context (276113d)
  • Add review coverage subcommand (8396765)
  • Add review files subcommand to list blobs in the target (8f7516e)
  • Add review support (220079b)
  • Add review types and CRUD operations (47c0a63)
  • Add standalone object comments and dirty-aware --head resolution (4630f5c)
  • Add SyncReport.unexportable field (2426f11)
  • Add ToolchainDef, ToolchainsConfig types and load_toolchains() (e83469f)
  • Add toolchains field to EnvDef (e83469f)
  • Add toolchains.toml support to hearth (e83469f)
  • Add top-level forge contributor CLI (add/list/show/rename/bootstrap) (780b514)
  • Add typed Error enum via thiserror (b203d35)
  • Add v2 comment thread API (00b96f3)
  • Add Zed extension (aa48243)
  • Add/remove for names, emails, keys, and roles on contributors (941f008)
  • Anchor comments to blobs with union line ranges (comma-separated) (8e13aea)
  • Approved_oids scan, review merge command, path-based approve, MCP review tools (8b984df)
  • Auto-detect TTY to trigger interactive mode (0df3719)
  • Auto-open editor when stdin is a TTY (drops explicit --interactive) (8e13aea)
  • Content-matching migration for carry-forward comments (1ced0d1)
  • Contributor model with UUID v7 identity at refs/forge/contributors/ (780b514)
  • Default comment target to commit/<HEAD> (8e13aea)
  • Enumerate all commits in range for objects/ manifest (7359284)
  • Extend forge-server sync loop for reviews and comments (04fd7b7)
  • Forge run wraps hearth enter (693920d)
  • Forge-server rebuilds the full index after each sync pass (820bfb1)
  • Gh-style issue list with colored IDs, labels, and summary line (2e69b58)
  • Git forge contributor add (b6dc1ca)
  • Git forge contributor edit (2c6dd59)
  • Git forge contributor list (b6dc1ca)
  • Git forge contributor remove (2c6dd59)
  • Git forge contributor show (b6dc1ca)
  • Implement install::run with remote resolution and idempotent config writes (fb69390)
  • Implement forge-server sync daemon (step 1.9) (86911da)
  • Implement GitHub issue export (step 1.8) (f0c5cc9)
  • Implement GitHub issue import (step 1.7) (3cdc69c)
  • Infer anchor type from git object kind; resolve paths via HEAD tree (8e13aea)
  • Integrate comments into issues via Issues::add_issue_comment (8e13aea)
  • Issue assign <id> --add/--remove (bb82698)
  • Issue close <id> (bb82698)
  • Issue comment <id> [body] (bb82698)
  • Issue label <id> --add/--remove (bb82698)
  • Issue reopen <id> (bb82698)
  • Move issue/review refs under refs/forge/ (8e13aea)
  • Per-OID approvals keyed by contributor UUID (7359284)
  • Phase 7 — new v2 comment CLI and forge index rebuild (b5f82a0)
  • Refactor contributors (946cd63)
  • Refactor reviews (946cd63)
  • Release prepare/publish (bb82698)
  • Remove thread ID from comment subcommands; incremental index writes (820bfb1)
  • Replace contributor bootstrap/add/remove commands with init and edit (0757bd4)
  • Report when forge refspecs are already installed (26a2977)
  • Require both stdin+stdout TTY and honour FORGE_NO_INTERACTIVE env var (1a7e045)
  • Review approve/reject/merge/close/comment (bb82698)
  • Rewrite review entity layout with Draft/Merged states and per-OID approvals (7359284)
  • Route blob-anchored review comments to object chains (76429eb)
  • Scaffold check command with new/edit/list/status/show verbs (13b95d4)
  • Scaffold check exe with new/edit/list/status/show stubs (90ad30d)
  • Scaffold cli, exe, git2 modules in git-forge-comment (31c339f)
  • Scaffold forge-server crate with sync loop (86911da)
  • Scaffold issue command with new/edit/list/status/show verbs (07bd435)
  • Scaffold issue exe with new/edit/list/status/show stubs (82987ba)
  • Scaffold release command with new/edit/list/status/show verbs (ff26c6c)
  • Scaffold release exe with new/edit/list/status/show stubs (532f560)
  • Scaffold review command with new/edit/list/status/show verbs (7cfa287)
  • Scaffold review exe with new/edit/list/status/show stubs (9c192c8)
  • Separate --no-fetch flag from --no-push (3c0b008)
  • Sort issues by sigil prefix then number (1a32ac0)
  • Spawn subshell in review worktree on checkout (14c1241)
  • Support renaming contributor ID via edit --rename-id (2bc9da8)
  • Tabular issue list with zero-padded IDs and sorted by sigil (1a32ac0)
  • Update both indexes incrementally on every comment write (820bfb1)
  • Use Mutation::Pin for objects/ subtree, drop fixup_pin_entries (11c6161)
  • Validate object type in add_object_comment (non-CLI path) (02a4813)
  • Validate subtree entry names (no slashes, no NUL, non-empty) (0cb37fe)
  • Wire git-forge-comment into top-level CLI (76f3af0)
  • Wire git2_credentials to fetch and push operations (a17fa5d)
  • Wire up git-forge-comment crate dependencies (31c339f)
  • Zero-pad display IDs in issue list (1a32ac0)

Bug Fixes

  • Accept OID prefixes in comment operations (d31016b)
  • Add missing doc comments on CLI subcommand fields (f7459a7)
  • Add path field to Anchor::Object; fix dead-code export path (0a213af)
  • Address adversarial code review findings across review subsystem (0a213af)
  • Address adversarial review findings (9b9f6b0)
  • Correct credential management (d5b6f1c)
  • Correct edit_in_thread empty-anchor crash and list_thread_comments order (5173374)
  • Correct tautological migrated_from assertion in existing test (046d4d7)
  • Do not force-fetch forge refs (0e95b77), closes #4
  • Edit_in_thread drops line range when no anchor is provided (651dd83)
  • Edited comments no longer appear as replies (c2cfeda)
  • Harden checkout_review against stale worktree state (802a666)
  • Harden dirty-tree guard, object comments, and interactive detection (1a7e045)
  • Hash_worktree_dir respects .gitignore, follows symlinks, preserves executable bit (1a7e045)
  • Parse_line_range handles single-line ranges ("42" → (42,42)) (046d4d7)
  • Pass None author to Ledger::create in create_issue (3cdc69c)
  • Pass review state at creation, not as post-create update (0a213af)
  • Pin tree entries reference actual object OIDs (0a213af)
  • Preserve anchor line range on edit; show_thread returns oldest-first (651dd83)
  • Remove + from FORGE_REFSPEC in contributor, comment, issue, install (2e42cc7)
  • Remove force-fetch from forge refspecs (2e42cc7)
  • Remove hardcoded oid slice in issue display (54d16d1), closes #21
  • Remove push refspec from install command (3a4ea6a)
  • Replace unreachable!() with proper error in review new target resolution (1a7e045)
  • Require --entity group in comment commands at parse time (0a213af)
  • Resolve clippy pedantic warnings (53f65ca)
  • Resolve clippy warnings (format_push_string, resolve_editor, let-else) (8e13aea)
  • Resolve_head recognises HEAD tree OID for dirty-aware hashing (1a7e045)
  • Resolve_path caches blob_path OID instead of hashing twice (1a7e045)
  • Set proper Crate versions (c4923ec)
  • Show_thread returns comments newest-first instead of oldest-first (651dd83)
  • Skip migration of resolved thread roots, not just resolution markers (046d4d7)
  • Skip unexportable reviews instead of sending raw OIDs to GitHub (2426f11)
  • Store base SHA in review target and head ref as source_ref (0a213af)
  • Support tree-targeted reviews in checkout (c34bfb9)
  • Use aggregated listing for comment list --review (6cc7fd2)
  • Use diff-based line mapping for carry-forward comment migration (046d4d7)
  • Validate --head resolves to a git object before creating review (0a213af)
  • Validate --object target type (reject bare trees) (1a7e045)
  • Validate line ranges in build_anchor; remove COMMENT_EDITMSG on success (8e13aea)

Miscellaneous Chores


This release was generated with Release Please.

@git-quickbeam git-quickbeam bot force-pushed the release-please--branches--main branch from e2249a3 to a039880 Compare March 14, 2026 04:07
@joeycarpinelli joeycarpinelli self-assigned this Mar 14, 2026
@joeycarpinelli joeycarpinelli marked this pull request as ready for review March 14, 2026 04:08
@git-quickbeam git-quickbeam bot force-pushed the release-please--branches--main branch 13 times, most recently from 36fb337 to f285e1a Compare March 17, 2026 23:14
@git-quickbeam git-quickbeam bot force-pushed the release-please--branches--main branch 12 times, most recently from d72e761 to 72f1350 Compare March 24, 2026 03:37
@git-quickbeam git-quickbeam bot force-pushed the release-please--branches--main branch 3 times, most recently from 3ec7a5e to 8667649 Compare March 26, 2026 15:34
@git-narvi git-narvi bot force-pushed the release-please--branches--main branch 12 times, most recently from 5384715 to 10eabf6 Compare April 2, 2026 11:42
@git-narvi git-narvi bot force-pushed the release-please--branches--main branch from 10eabf6 to 37547c5 Compare April 2, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Audit Credential Management panic in issue list: byte slice index out of bounds when oid < 8 chars

1 participant